:root {
    --main-bg-color: #ff7675;
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: .625em;
    font-size: calc(1em * .625);
    background: #f4f4f4;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

/*
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    padding: 0;
    font: normal 300 1.4em / 1.2 'Open-sans', helvetica, sans-serif;
    color: #111;
}

body {
    background: #f4f4f4;
    color:#333;
    font: 14px/1.5 "微软雅黑","Microsoft YaHei","PingFang SC","Lantinghei SC","HanHei SC","Helvetica Neue","Open Sans",Arial,"Hiragino Sans GB","微软雅黑",STHeiti,"WenQuanYi Micro Hei",SimSun,sans-serif;
}
*/

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    padding: 0;
	/* font: normal 300 1.4em / 1.2 'Open-sans', helvetica, sans-serif; */
	font-style: normal;
	font-weight: normal;
	font-size: 1.4em;
	line-height: 1.2;
	font-family: 'Open-sans', helvetica, sans-serif;
    color: #111;
}

/* 阿里巴巴普惠体Regular */
@font-face {
    font-family: 'webfont';
    font-display: swap;
    src: url('../fonts/puhuiregular/webfont.eot'); /* IE9 */
    src: url('../fonts/puhuiregular/webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/puhuiregular/webfont.woff2') format('woff2'),
    url('../fonts/puhuiregular/webfont.woff') format('woff'), /* chrome、firefox */
    url('../fonts/puhuiregular/webfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('../fonts/puhuiregular/webfont.svg#webfont') format('svg'); /* iOS 4.1- */
}

.web-font {
    font-family: "webfont" !important;
    font-size: 14px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none;
    color: #6b6b66;
    cursor: pointer;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
}

b,
strong {
    font-weight: 600;
}

hr {
    background: #111;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    height: 1px;
    width: 100%;
    margin: 10px 0;
}

::-moz-selection {
    background: var(--main-bg-color);
    color: #fff;
}

::selection {
    background: var(--main-bg-color);
    color: #fff;
}

::-moz-selection {
    background: var(--main-bg-color);
    color: #fff;
}

.container {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 0 10px;
}

.wrapper {
    padding: 20px 0;
}

.card {
    background: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, .1);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, .1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    -webkit-transition: -webkit-box-shadow .2s ease-in-out;
    transition: -webkit-box-shadow .2s ease-in-out;
    -o-transition: box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
}

.card__picture {
    display: block;
    width: 100%;
    height: auto;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.card-infos {
    /* padding:20px; */
    background: #fff;
    border-bottom-left-radius: 6px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 205, 180, .8);
    border-bottom-right-radius: 6px;
}

.card__title {
    font-family: 'Hind';
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.4;
    /* margin: 0 0 10px; */
}

.card__text {
    font-size: 1.4rem;
    font-weight: 300;
    margin: 0;
    color: #86888A;
}

.card__text--high {
    font-weight: 600;
}

.header {
    background: var(--main-bg-color);
    height: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header__title {
    margin: auto;
    font-weight: 300;
    font-size: 3.2rem;
    color: #fff;
}

.header__title--high {
    font-weight: 600;
}

.sortable__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
}

.card__title span {
    font-size: 12px;
}

.nav__link {
    padding: 0 20px 4px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 300;
    display: block;
    border-bottom: 2px solid transparent;
}

.nav__link.is-active {
    border-color: var(--main-bg-color);
}

.footer__list.list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.list__item.item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.item__link.link {
    margin: 0;
}

.item__link.link:not(:first-child) {
    margin-left: 20px;
}

.link__icon {
    height: 2rem;
    width: 2rem;
}

.card:hover .card-infos {
    display: none;
}

.card-infos-item {
    position: absolute;
    bottom: 0%;
    left: 0;
    right: 0;
    width: 80%;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    text-align: center;
    display: none;
    padding: 4% 1%;
}

.card:hover .card-infos-item {
    display: block;
}


/* 弹窗内容 */
.open-prompt {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
.open-prompt .prompt-content {
    margin: 15% auto;
    width: 600px;
    height: 380px;
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px #e6e6e6;
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.3);
}
.open-prompt .prompt-title {
    text-align: center;
    font-size: 14px;
    height: 54px;
    line-height: 54px;
    /*border-bottom: 1px solid #e6e6e6;*/
    color: #666;
}
.open-prompt .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    margin-right: 20px;
    margin-top: 7px;
}
.open-prompt .close:hover,
.open-prompt .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/*提示*/
.login-need{
    display: none;
}
.login-need .prompt-content{
    margin: 10% auto;
    width: 400px;
    height: 430px;
}
.login-need .prompt-title{
    border-bottom: 1px solid #e6e6e6;
    font-size: 16px;
}

/*登录弹框*/
.login-prompt{
    display: none;
}
.login-prompt .prompt-content{
    margin: 10% auto;
    width: 400px;
    height: 430px;
}
.login-prompt .prompt-title{
    border-bottom: 1px solid #e6e6e6;
    font-size: 16px;
}
.login-prompt .login-prompt-info .login-info{
	width: 100%;
    height: auto;
	margin: 0px auto;
	padding: 30px;
}
.login-prompt-info .login-info .prompt-hy {
    width: 100%;
    height: 42px;
    line-height: 42px;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
}
.login-prompt-info .login-info .remember-prompt-hy {
    margin-bottom: 5px;
}
.login-prompt-info .login-info .prompt-hy .input-l {
    width: 332px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #dcdcdc;
    background: #fafafa;
    padding-left: 10px;
    margin-bottom: 20px;
    font-size: 14px;
}
.login-prompt-info .login-info .prompt-hy button {
    width: 332px;
    height: 40px;
    border: none;
    background: #ff4c4c;
    color: #ffffff;
    font-size: 14px;
    border-radius: 4px;
    margin-bottom: 20px;
    cursor: pointer;
}
.login-prompt-info .login-info .prompt-hy p {
    width: 332px;
    height: 20px;
    line-height: 20px;
    margin: 0 0 30px 0;
    text-align: left;
    position: relative;
}
.login-prompt-info .login-info .prompt-hy p.other-login {
    font-size: 14px;
    color: #666666;
    text-align: center;
}
.login-prompt-info .login-info .prompt-hy p.remember-prompt {
    margin-bottom: 0;
}
.login-prompt-info .login-info .prompt-hy p .input-c {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0;
    border: 1px solid #dcdcdc;
    background: #ffffff;
    position: absolute;
    top: 3px;
    left: 0;
    float: left;
    cursor: pointer;
}
.login-prompt-info .login-info .prompt-hy p span {
    font-size: 14px;
    color: #666666;
}
.login-prompt-info .login-info .prompt-hy p span.remember-pwd {
    margin-left: 22px;
}
.login-prompt-info .login-info .prompt-hy p span.reguser {
    float: right;
}
.login-prompt-info .login-info .prompt-hy p span a {
    color: #00a0e6;
	padding-left:10px;
}
.login-prompt-info .login-info .prompt-hy .other-login-list {
    margin-left: 0;
    text-align: center;
    height: 33px;
    width: 342px;
}
.login-prompt-info .login-info .prompt-hy .other-login-list a {
    display: inline-block;
    width: 33px;
    height: 33px;
}
.wechat-login{
    background: url("./../images/wechat-c.svg")no-repeat;
}
.wechat-login:hover{
    background: url("./../images/wechat-t.svg")no-repeat;
}
.qq-login{
    background: url("./../images/qq-c.svg")no-repeat;
    margin: 0 18px;
}
.qq-login:hover{
    background: url("./../images/qq-t.svg")no-repeat;
}
.sina-login{
    background: url("./../images/sina-c.svg")no-repeat;
}
.sina-login:hover{
    background: url("./../images/sina-t.svg")no-repeat;
}

/*删除弹框*/
.delete-prompt{
    display: none;
}
.delete-prompt .prompt-content{
    margin: 15% auto;
    width: 480px;
    height: 284px;
}
.delete-prompt .prompt-title {
    font-size: 16px;
    line-height: 56px;
    border-bottom: 1px solid #f4f4f4;
}
.delete-prompt .delete-prompt-info{
    clear: both;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    height: 230px;
    border-radius: 0 0 4px 4px;
    overflow: hidden;
}
.delete-prompt .delete-prompt-info p {
    width: 100%;
    height: 104px;
    line-height: 104px;
    text-align: center;
    margin: 30px 0 30px 0;
    font-size: 16px;
    color: #000000;
}
.delete-prompt .delete-prompt-info .main-delete-submit {
    clear: both;
    width: 100%;
    height: 42px;
    padding-left: 92px;
}
.delete-prompt-info .main-delete-submit button {
    width: 120px;
    height: 36px;
    line-height: 36px;
    float: left;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    padding: 0;
}
.main-delete-submit button.main-submit-delete {
    border: none;
    background: #ff483e;
    color: #fff;
    margin-right: 50px;
}
.main-delete-submit button.main-close-delete {
    background: #fff;
    color: #666;
    border: 1px solid #b5b5b5;
}

/*内容空盒子*/
.empty-content-box{
    width: 100%;
    height: 400px;
    border-radius: 4px;
    background: #ffffff;
}
.empty-content-img{
    width: 400px;
    height: 280px;
    margin: 0 auto;
    background: url(./../images/empty-content.png)center bottom no-repeat;
    background-size: 262px 207px;
}
.empty-content-box p {
    text-align: center;
    margin: 20px 0 10px 0;
    font-size: 16px;
}
.empty-content-box a{
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #66c5f3;
}

/*每日签到弹框*/
.sign-prompt{
    display: none;
}
.sign-prompt .prompt-content{
    margin: 10% auto;
    width: 500px;
    height: 430px;
    background: #72B3FF;
    border: solid 1px #72B3FF;
}
.sign-prompt .close {
    color: #fff;
}
.sign-prompt .prompt-title{
    font-size: 18px;
    color:#fff;
}
.sign-prompt-info{
    padding-top: 10px;
}
.sign-prompt-info p{
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: left;
    text-indent: 50px;
    color: #fff;
}
.sign-date {
    width: 420px;
    float: left;
    height: auto;
    overflow: hidden;
    background: #fff;
    margin: 0 40px;
    border-radius: 4px;
}
.sign-date ol {
    width: 420px;
    height: 35px;
    margin-left: 0;
}
.sign-date ol li {
    width: 46px;
    height: 35px;
    line-height: 35px;
    float: left;
    margin: 0 7px;
    text-align: center;
    color: #444;
    font-size: 16px;
}
.sign-date ul {
    width: 420px;
    height: auto;
}
.sign-date ul li {
    width: 46px;
    height: 46px;
    line-height: 46px;
    border-radius: 27px;
    float: left;
    margin: 3px 7px 3px 7px;
    text-align: center;
    color: #666;
    font-size: 16px;
}
.sign-date ul li.wait-sign {
    background: url(../images/sign.svg)no-repeat 0 0/46px 46px;
    cursor: pointer;
}
.sign-date ul li.success-sign {
    background: #72B3FF;
    color: #fff;
}

/*分享弹框*/
#popup-share{
    display: none;
    width:300px;
    height:200px;
    background: #ffffff;
    border-radius: 4px;
    overflow: hidden;
}
.share-info-bullet{
    width: 300px;
    margin: 45px auto 0 auto;
    background: #fff;
    height: 155px;
    border-radius:0 0 4px 4px;
}
.share-info-box .weixin,
.share-info-box .qzone,
.share-info-box .sina,
.share-info-box .sqq,
.share-info-box .tqq{
    width:135px;
    height:38px;
    line-height:38px;
    padding:0;
    text-align:center;
    float:right;
    font-size:14px;
    color:#000;
    margin:0 auto;
}
.share-left{
    width:150px;
    height:105px;
    border-right:1px solid #dedede;
    float:left;
}
.share-right{
    width:145px;
    height:105px;
    float:right;
}
.share-info-box .weixin{
    height:30px;
    line-height:30px;
    float:right;
    background: url(./../images/share-wechat.png)no-repeat 15px 5px;
    opacity:1;
}
.share-info-box .qzone{
    background: url(./../images/share-qzone.png)no-repeat 12px 9px;
    opacity:1;
}
.share-info-box .sina{
    background: url(./../images/share-sina.png)no-repeat 12px 9px;
    opacity:1;
}
.share-info-box .sqq{
    background: url(./../images/share-qq.png)no-repeat 12px 9px;
    opacity:1;
}
#code{
    width:75px;
    height:75px;
    margin:30px 0 0 36px;
}

/*分页样式*/
.pagebox {
    width: 100%;
    margin: 30px 0 20px 0;
    height: 90px;
    line-height: 90px;
    text-align: center;
}
.pagination-new{
    width: 100%;
    min-height:40px;
    height: auto;
    margin: 0 auto;
    text-align: center;
}
.pagination-new a{
    display:inline-block;
    margin-right:4px;
    padding:4px 16px;
    height:34px;
    border:1px #cccccc solid;
    background:#fff;
    text-decoration:none;
    color:#808080;
    font-size:12px;
    line-height:24px;
    border-radius: 4px;
    margin-top: 3px;
}
.pagination-new a:hover{
    color:#ff4c4c;
    background: white;
    border:1px #3497ce solid;
}
.pagination-new a.cur{
    border:1px #3497ce solid;
    background:#3497ce;
    color:#fff;
}
.pagination-new p{
    display: inline-block;
    padding:4px 18px;
    font-size:12px;
    height:34px;
    line-height:24px;
    color:#bbb;
    border:1px #ccc solid;
    background:#fcfcfc;
    margin:3px 10px 0 0;
    border-radius: 2px;
    cursor:pointer
}
.pagination-new p.pageRemark{
    border-style:none;
    background:none;
    margin-right:0;
    padding:4px 0;
    color:#666;
}
.pagination-new p.pageRemark b{
    color:black;
    font-weight: inherit;
}
.pagination-new .pagenumber{
	width:40px;
	height: 30px;
	padding: 2px 4px;
    font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
    border-radius:0px;
}
.pagination-new .gopage{
	width:40px;
	height: 29px;
    font-size: 14px;
    border:1px solid #ccc;
    text-align:center;
    padding:5px 2px;
    color: #808080;
	background-color:#ffffff;
    border-radius:0px;
	cursor:pointer;
}


.h_name, .h_sex, .h_name_rmb, .h_select, .inputNormal, .selectNormal {
  width: 600px;
  height: 30px;/* height: 34px; */
  padding: 2px 4px;/* padding: 4px 6px; */
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.h_name:focus, .h_sex:focus, .h_name_rmb:focus, .h_select:focus, .inputNormal:focus, .selectNormal:focus {
  border-color: #ccc;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.neirong, .textareaNormal
{
	width: 600px;
	height: 80px;
	border-radius: 3px;
	border:1px solid #e5e5e5;
	/*margin-left: 30px;*/
	resize:none;
	font-family: "微软雅黑";
	padding: 8px;
	box-sizing:border-box;
}
.neirong, .textareaNormal {
  width: 600px;
  height: 80px;
  padding: 6px;
  font-size: 14px;
  resize:none;
  font-family: "微软雅黑";
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.neirong:focus, .textareaNormal:focus {
  border-color: #58c302;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.h_style1{width: 100px;}
.h_style2{width: 200px;}
.h_style3{width: 300px;}
.h_style4{width: 400px;}
.h_style5{width: 500px;}
.h_style6{width: 600px;}
.input_small{width: 100px;}
.input_middle{width: 180px;}
.input_large{width: 370px;}
.input_larger{width: 600px;}
.input_largest{width: 800px;}

.lu_mask{
	z-index:9999;
	position:fixed;
	left:0;
	top:0px;
	width:100%;
	height:100%;
	background:rgba(225,225,225,.6) url(../../public/images/luu.jpg) no-repeat center center;
	background-size:40px;
	display:none;
}